home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 251 (1993-09-10)(Manewaldt, A.)(DE)(PD).zip / Taifun 251 (1993-09-10)(Manewaldt, A.)(DE)(PD).adf / STPlayer / STPlayer_ENG.doc < prev    next >
Text File  |  1993-09-13  |  5KB  |  178 lines

  1.  
  2.                 STPlayer V1.11
  3.  
  4.                   - PUBLIC DOMAIN -
  5.  
  6.           written in 1992-93 by Andreas R. Kleinert.
  7.  
  8.           This program was written under OS V3.00 and is therefore
  9.           fully compatible. It needs OS >= V1.2.
  10.           This program needs    : "ak_gen0.library"     V37+,
  11.                       "powerpacker.library" V33+.
  12.  
  13.           Release Date : 10.05.1993
  14.  
  15.  
  16.     Copyright :
  17.     ===========
  18.  
  19.     The program KPlayer V1.11 and its documentation files are placed in the
  20.     PUBLIC DOMAIN.
  21.  
  22.  
  23.     Disclaimer :
  24.     ============
  25.  
  26.     The author takes no responsibility for any results of the use of this
  27.     program.
  28.     This software is provided "AS IS" and there is no warranty of any kind,
  29.     so that you use this software at your own risk.
  30.  
  31.  
  32.     Distribution :
  33.     ==============
  34.  
  35.     The program KPlayer V1.11 is freely distributable (PUBLIC DOMAIN).
  36.     You may copy it, if all of its parts are included in the distribution.
  37.  
  38.     This program may be put on public domain disks or included in public
  39.     domain disk libraries.
  40.     Special permission hereby goes to Fred Fish's AmigaLib-Disks and
  41.     the german series TAIFUN, FRANZ, TIME, GPD and Amiga Szene.
  42.  
  43.     This program may also be distributed via electronic mail and may be
  44.     put into mailboxes as long as the redistribution conditions are
  45.     respected in all points.
  46.  
  47.     By using or distributing this program you automatically agree to
  48.     all of the above conditions and terms.
  49.  
  50.  
  51.     Function :
  52.     ==========
  53.  
  54.     Perhaps you know all the famous musician's programs, which all base
  55.     on the well known "SoundTracker" (ST).
  56.     The reputation of the ST is the reason, why many sound modules in
  57.     the Public Domain have been created with it or with one of its
  58.     so called "Clones" (Noisetracker, Protracker, Startrekker, etc.).
  59.  
  60.     Perhaps there do exist many player programs for this kind of modules,
  61.     but most of them are so called "multi" or "alround" players, which
  62.     in most cases have to be controlled interactively.
  63.  
  64.     STPlayer has been designed to play ST-Modules in the background,
  65.     without any IO and to repeat playing until a new "STPlayer" is
  66.     started, or the any options are chosen.
  67.  
  68.     This is perhaps the most useful way of integrating a player in any
  69.     applications which may need one (presentations, disk magazines, etc.)
  70.  
  71.     Here's a list of the supported modul-types (I took some Public Domain
  72.     Modules and tested it with STPlayer and an other Player program) :
  73.  
  74.      - Soundtracker (V2.4+)  [ problems : (no)             ]
  75.      - Noisetracker         [ problems : speed        ]
  76.      - Protracker         [ problems : (no)             ]
  77.     (- Startrekker)          [ problems : (not yet tested) ]
  78.  
  79.     Modules may also be packed with Nico François' Powerpacker
  80.     (PP20-Format).
  81.  
  82.     Not supported are :
  83.     ~~~
  84.      - all other types of modules or data
  85.  
  86.  
  87.     STPlayer should also run without problems on 680x0-Systems (with x>=2)
  88.     (tested : Amiga 1200, 68020, 14 MHZ).
  89.  
  90.  
  91.     One of the things, which might be added/improved in the future
  92.     could be :
  93.  
  94.      - ARexx-Support
  95.      - support of more module-types
  96.        (if you want to play MED-Modules, look out for my
  97.     program "KPlayer", which is also Public Domain)
  98.  
  99.  
  100.     Usage :
  101.     =======
  102.  
  103.      You may choose between the following command-line options :
  104.  
  105.       Option           Effect(s)
  106.       ======           =========
  107.  
  108.       <ModuleName>       Play <ModuleName>
  109.                (MUST be V2.4-compatible ST-Module).
  110.  
  111.       -REMOVE           Remove currently played module.
  112.                This also happens, when starting a new module
  113.                without removing the old one.
  114.  
  115.       -STOP           Stop currently played module, without
  116.                removing it.
  117.  
  118.       -CONT           Restart a stopped module.
  119.  
  120.  
  121.     Construction / Credits :
  122.     ========================
  123.  
  124.     STPlayer is PUBLIC DOMAIN and it bases on parts of the code of a Library,
  125.     written by Oliver Wagner.
  126.     This Library has been published as "STReplay" on AmigaLib-Disk #258
  127.     and is also PUBLIC DOMAIN (Oliver explicitely said in the doc-file,
  128.     that he doesn't obtain any copyrights.)
  129.  
  130.     The "powerpacker.library" V33+ is (C)opyright by Nico François.
  131.     The Library is FREEWARE and is needed by STPlayer, to be able
  132.     to read and play also PP20-packed Modules.
  133.  
  134.     STPlayer was programmed in SAS/C V6.00 and in Assembler.
  135.  
  136.  
  137.     Correspondence :
  138.     ================
  139.  
  140.     If you like, you may send me some money. Perhaps this will motivate me
  141.     to continue programming such programs or just making updates of
  142.     this one. Send bug-reports, money or whatever to :
  143.  
  144.        Andreas R. Kleinert,
  145.        Grube Hohe Grethe 23,
  146.        W-5900 Siegen 1,        since 1.7.93 : 57074 Siegen
  147.        Germany.
  148.  
  149.  
  150.     History :
  151.     =========
  152.  
  153.      V1.11 : (original size : XXXX Bytes)
  154.      -------
  155.  
  156.       - Second version :-)
  157.       - SAS/C V6.00, under use of some Global Optimizer features
  158.       - automatical Cache-Disabling under OS V2.04+
  159.       - fixed some minor bugs inside main program and the
  160.     Play-Routine
  161.       - support of PP20-packed Modules
  162.       - Source-Code is no longer included
  163.  
  164.  
  165.      V1.00 : (original size : 6712 Bytes)
  166.      -------
  167.  
  168.       - First version.
  169.  
  170.  
  171.     Copyrights :
  172.     ============
  173.  
  174.     Some of the mentioned names or products above may be copyrighted by
  175.     companies or trademarks of companies.
  176.  
  177.  
  178.